projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ad477
)
Work around a notebook tab rendering bug
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 Mar 2012 15:19:06 +0000
(11:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 Mar 2012 15:19:06 +0000
(11:19 -0400)
This avoids assertions from gtk_render_frame_gap.
tests/reftests/css-match-regions.css
patch
|
blob
|
history
diff --git
a/tests/reftests/css-match-regions.css
b/tests/reftests/css-match-regions.css
index 0b9807b0fabafcb56f202cc34b3e8ef8fc1f3974..ecd127d4bf3efcd0fcfcf4f091c84ee5cada3cc3 100644
(file)
--- a/
tests/reftests/css-match-regions.css
+++ b/
tests/reftests/css-match-regions.css
@@
-1,6
+1,7
@@
@import "reset-to-defaults.css";
* {
+ -GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
color: blue;
}